go/types.Context.update (method)

3 uses

	go/types (current package)
		context.go#L111: func (ctxt *Context) update(h string, orig Type, targs []Type, inst Type) Type {
		instantiate.go#L118: 			res = ctxts[i].update(hashes[i], orig, targs, res)
		named.go#L665: 	n2 := n.inst.ctxt.update(h, orig, n.TypeArgs().list(), n)